<xs:element name="SixBitAPICalls" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:documentation>A collection of calls to the SixBit API.</xs:documentation></xs:annotation><xs:complexType><xs:sequence maxOccurs="unbounded" minOccurs="0"><xs:choice><xs:element name="Buyer_List" type="Buyer_ListType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to retrieve a list of buyers.</xs:documentation></xs:annotation></xs:element><xs:element name="Buyer_AddUpdate" type="Buyer_AddUpdateType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to add or update buyers.</xs:documentation></xs:annotation></xs:element><xs:element name="Supplier_List" type="Supplier_ListType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to retrieve a list of suppliers.</xs:documentation></xs:annotation></xs:element><xs:element name="Supplier_AddUpdate" type="Supplier_AddUpdateType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to add or update suppliers.</xs:documentation></xs:annotation></xs:element><xs:element name="Inventory_Add" type="Inventory_AddType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to add inventory to an item.</xs:documentation></xs:annotation></xs:element><xs:element name="Inventory_ReconcileTo" type="Inventory_ReconcileToType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to reconcile an items inventory.</xs:documentation></xs:annotation></xs:element><xs:element name="Inventory_Remove" type="Inventory_RemoveType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to remove inventory from an item.</xs:documentation></xs:annotation></xs:element><xs:element name="Inventory_Shrink" type="Inventory_ShrinkType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to shrink inventory for an item.</xs:documentation></xs:annotation></xs:element><xs:element name="Inventory_Set" type="Inventory_SetType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to set inventory for an item.</xs:documentation></xs:annotation></xs:element><xs:element name="Inventory_List" type="Inventory_ListType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to retrieve a list of inventory.</xs:documentation></xs:annotation></xs:element><xs:element name="CompatibilitySets_List" type="CompatibilitySet_ListType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to retrieve a list of compatibility sets.</xs:documentation></xs:annotation></xs:element><xs:element name="CompatibilitySets_AddUpdate" type="CompatibilitySet_AddUpdateType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to add or update compatibility sets.</xs:documentation></xs:annotation></xs:element><xs:element name="Item_List" type="Item_ListType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to retrieve a list of items.</xs:documentation></xs:annotation></xs:element><xs:element name="Item_AddUpdate" type="Item_AddUpdateType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to add or update items.</xs:documentation></xs:annotation></xs:element><xs:element name="Order_List" type="Order_ListType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to retrieve a list of orders.</xs:documentation></xs:annotation></xs:element><xs:element name="Order_Add" type="Order_AddUpdateType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to add orders.</xs:documentation></xs:annotation></xs:element><xs:element name="Order_Update" type="Order_AddUpdateType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to update orders.</xs:documentation></xs:annotation></xs:element><xs:element name="Shipment_List" type="Shipment_ListType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to retrieve a list of shipments.</xs:documentation></xs:annotation></xs:element><xs:element name="Shipment_Add" type="Shipment_AddUpdateType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to add shipments.</xs:documentation></xs:annotation></xs:element><xs:element name="Shipment_Update" type="Shipment_AddUpdateType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to update shipments.</xs:documentation></xs:annotation></xs:element><xs:element name="Sale_List" type="Sale_ListType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to retrieve a list of sales.</xs:documentation></xs:annotation></xs:element><xs:element name="Sale_Add" type="Sale_AddUpdateType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to add sales.</xs:documentation></xs:annotation></xs:element><xs:element name="Sale_Update" type="Sale_AddUpdateType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>An API call to update sales.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:sequence></xs:complexType></xs:element>